home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ACORNET / OLD-VERSIONS / ACRNETF021 / !AcornetF_Apps_!FreeTime_Config < prev    next >
Encoding:
Text File  |  1997-10-14  |  1.0 KB  |  35 lines

  1. # Config file for !FreeTime, by Joseph Heenan
  2.  
  3. # fetch time from this computer:
  4. # (you should change this to your ISP's time server)
  5. Server:ntp.demon.co.uk
  6.  
  7. # Don't (auto) set clock if the diff. between server and us is more than:
  8. MaxDiff:120
  9.  
  10. # Don't set clock if the difference is less than: (seconds)
  11. MinDiff:5
  12.  
  13. # Maximum time to wait for server to reply (seconds) (also dns timeout)
  14. Timeout:5
  15.  
  16. # how long to keep info window open for after time is determined:
  17. # (seconds) - window will disappear if clicked on anyway ( 0 = forever )
  18. Display:5
  19.  
  20. # how many times to retry
  21. ReTry: 2
  22.  
  23. # how long to wait inbetween retries (seconds)
  24. ReTryDelay: 5
  25.  
  26. # when to display the window - options are:
  27. # transfer : open window while getting time from server
  28. # error    : display window if an error occurs
  29. # set      : display window when time is set
  30. # min      : display window if time is within min correction
  31. # out      : query user if time is outside of max correction
  32. # recommended minimum is : error out
  33. # I use : error out set
  34. Window: transfer error out set min
  35.